net/http.Request.outgoingLength (method)
4 uses
net/http (current package)
client.go#L526: if ireq.GetBody == nil && ireq.outgoingLength() != 0 {
request.go#L1552: func (r *Request) outgoingLength() int64 {
transfer.go#L95: t.ContentLength = rr.outgoingLength()
transport.go#L835: return req.outgoingLength() == 0 || req.GetBody != nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)